home *** CD-ROM | disk | FTP | other *** search
/ The Netherlands - A Compact World / The Netherlands.iso / NederlandM2.dxr / Internal_76_schermres.ls < prev    next >
Encoding:
Text File  |  2002-12-20  |  160 b   |  12 lines

  1. on startMovie
  2.   global doedewissel
  3.   doedewissel = 0
  4. end
  5.  
  6. on stopMovie
  7.   global oldRes
  8.   if the platform contains "win" then
  9.     ChangeRes(oldRes)
  10.   end if
  11. end
  12.